home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat12 / enterenv / documentation.english next >
Text File  |  1992-10-28  |  4KB  |  127 lines

  1.  
  2.  
  3.                             Documentation for EnterEnv
  4.                                  Release 1.01
  5.                          Copyright (C) 1992 David Scrève
  6.                          -------------------------------
  7.                                 ------------
  8.  
  9.  
  10.  
  11. Document :
  12.    Author : David Scrève
  13.    Name : Documentation.english
  14.    Date : October 28th 1992
  15.    Size : 4427 Bytes
  16.    Version : 1.1
  17.  
  18.  
  19.    for any information or anything else, contact me to :
  20.  
  21.                M. Scrève David
  22.                Shell Development Support
  23.                4, rue Gustave Flaubert
  24.                59115 Leers
  25.                FRANCE
  26.  
  27.    Phone : 20.75.52.73 in Province.
  28.  
  29.  
  30.   Introduction
  31.   ------------
  32.     EnterEnv is the first program of a serie which will grow in the future.
  33.   It's a shell command wich required OS 2.04 or higher. First at all, it
  34.   looks like an important problem. But EnterEnv works on the environnement
  35.   variables and their implementation is not clear in the older Release
  36.   of the Operating system.
  37.     The complete package containt :
  38.        - A compiled version for 680x0 where x>=2 named EnterEnv020 and a
  39.          version for all kind of Amiga under OS 2.04 named EnterEnv.
  40.        - A DocFile in French named EnterEnv.doc
  41.        - A DocFile in English named Documentation.english
  42.        - 2 Icons for each DocFile.
  43.        - The source code in C named EnterEnv.c
  44.        - The Link file for BLink named EnterEnv.lnk
  45.  
  46.  
  47.   Documentation
  48.   -------------
  49.     EnterEnv was designed to create easily Environnement variables in
  50.   an interactive mode. For experiment CLI users, it works as the Ask command.
  51.   For the BASIC programmes, EnterEnv can be considers like the Input Command.
  52.   This is useful, because the Commodore commands are not opened : their
  53.   work with their own variables, and don't speaks with the user.
  54.   For example, you can set up the date in the startup-sequence if your
  55.   Amiga doesn't have any Battery clock saved :
  56.  
  57.            EnterEnv Date "Enter the new date : "
  58.  
  59.     The question "Enter the new date : " will appear and The user will have to
  60.   enter the date.
  61.     The variable Date has been created. Now, I use this variable in the command
  62. setdate :
  63.            setdate $Date
  64.  
  65.  
  66.  
  67.   As you have understand, the commands syntax is :
  68.  
  69.             EnterEnv <Name of the Env variable> [<message>]
  70.  
  71.   You can see that the last message is optionnal. You can obtain this syntax
  72.   if you just type EnterEnv with no argument or if you enter ? or h.
  73.  
  74.  
  75.    ----------------------------------------------------------------------------
  76.  
  77.    History :
  78.    --------
  79.  
  80.        Release 1.0, revision 1.0 : 27th October 1992
  81.              First operationnal Release, not spreaded, without
  82.              documentation.
  83.  
  84.        Release 1.01, revision 1.1 : 28 Octobre 1992
  85.               Second Release, first spreaded release :
  86.             - The error messages say the truth and aren't so bad than
  87.               before.
  88.             - EnterEnv can now give its syntax.
  89.  
  90.    ----------------------------------------------------------------------------
  91.    ----------------------------------------------------------------------------
  92.  
  93.  
  94.    All the trademark said in this text are trademark.
  95.  
  96.  
  97.    Thanks to :
  98.                 - Jay Miner for the Amiga
  99.                 - Bell Laboratorie for the C langage
  100.                 - SAS Lattice for his C compiler
  101.                 - All the Commodore-Amiga developers for the OS 2.04
  102.                 - Jeff for his complains (I need more complain for everybody)
  103.  
  104.  
  105.    EnterEnv 1.01 is (c) 1992 Scrève David
  106.  
  107.     EnterEnv is freely distributable with the complete package, but for a non
  108.   commercial use. All contribution (documentation, complain, suggestion, help
  109.   or money!!) are welcomed to help my futurs developements.
  110.     EnterEnv can't be distributed in a compressed form without my written
  111.   agreement.
  112.     It's forbidden to use the source code in another software without
  113.   my written agreement.
  114.  
  115.    ****************************************************************************
  116.    ****************************************************************************
  117.  
  118.    Have a FUN with EnterEnv 1.01 and don't forget :
  119.  
  120.                               //
  121.    *****************   Only \X/Amiga Makes It Possible  ***********************
  122.  
  123.  
  124.    ****************************************************************************
  125.    ****************************************************************************
  126.  
  127.